home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 2000 November: Tool Chest
/
Dev.CD Nov 00 TC Disk 1.toast
/
Sample Code
/
Games
/
SoundSprocketTest
/
TS3TestAPI.h
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2000-09-28
|
236 b
|
19 lines
|
[
TEXT/MPS
]
/*
* File: TS3TestAPI.h
*
* Copyright © 1996 Apple Computer, Inc.
*/
#ifndef __TS3TestAPI__
#define __TS3TestAPI__
void TestAPI_Init(
void);
void TestAPI_Exit(
void);
void TestAPI_Execute(
void);
#endif /* __TS3TestAPI__ */